home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000273_neal@ctd.comsat.com_Mon Feb 7 11:57:00 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  1KB

  1. Received: from neal.ctd.comsat.com by cs.umb.edu with SMTP id AA16133
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Mon, 7 Feb 1994 16:57:39 -0500
  3. Received: by neal.ctd.comsat.com (Smail3.1.28.1 #29)
  4.     id m0pTdxa-0002fOC; Mon, 7 Feb 94 16:57 EST
  5. Message-Id: <m0pTdxa-0002fOC@neal.ctd.comsat.com>
  6. Date: Mon, 7 Feb 94 16:57 EST
  7. From: neal@ctd.comsat.com (Neal Becker)
  8. To: tex-k@cs.umb.edu
  9. Subject: kpathsea missing functionality
  10.  
  11. I have been asked to see if I can add kpathsea to the 'eps' driver I
  12. wrote.  I'd like to give this a try, but I have some problems.
  13.  
  14. eps is a driver for dot matrix printers, based on the 'mctex' library.
  15. The problem is:
  16.  
  17. => just because a font is 300 dpi doesn't mean it's for a CanonCX
  18. printer.
  19.  
  20. I'm sorry if I'm sounding a little redundant, but this has to be
  21. addressed.  As far as I can tell this is not addressed in the current
  22. implementation of kpathsea.
  23.  
  24. There has to be a way to specify that you want fonts for a particular
  25. engine.  There also has to be a way to tell kpathsea how/where to find
  26. fonts for different engines.
  27.  
  28. I can only suggest a seperate runtime configuration file - (good thing
  29. nobody can hit me with a tomatoe from here).  This is how mctex does
  30. it.
  31.  
  32. Any suggestions?